From 5b246da69909f5e1f351a8e5854ca7364a352315 Mon Sep 17 00:00:00 2001 From: robertlipe Date: Wed, 20 Feb 2013 05:57:29 +0000 Subject: [PATCH] Add -w to ignore whitespace in testo. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@4316 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/testo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/testo b/gpsbabel/testo index fa3caedc0..216881c5d 100755 --- a/gpsbabel/testo +++ b/gpsbabel/testo @@ -37,7 +37,7 @@ bincompare() compare() { - ${DIFF} -u -b $* || { + ${DIFF} -u -b -w $* || { echo ERROR comparing $* let errorcount=errorcount+1 #exit 1 -- 2.30.2